Var:Create(udtName, propName[, propName2])
Registers a User-defined Type (UDT).
udtName - the desired name of the UDT. propName - any of the native data type (Number, String, or Boolean).
optionally, you can add:
None.
If you will not use it, don't declare it :D – mjmendoza